﻿2026-06-15T13:55:49.8763190Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-15T13:55:49.8763580Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-15T13:55:49.8763811Z [36;1m$PIN = "0c95435"[0m
2026-06-15T13:55:49.8764038Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-15T13:55:49.8764323Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-15T13:55:49.8764666Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-15T13:55:49.8765056Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-15T13:55:49.8765392Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-15T13:55:49.8765674Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-15T13:55:49.8765916Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-15T13:55:49.8766201Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-15T13:55:49.8766515Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-15T13:55:49.8766795Z [36;1m}[0m
2026-06-15T13:55:49.8766968Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-15T13:55:49.8767219Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-15T13:55:49.8841936Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-15T13:55:49.8842223Z ##[endgroup]
2026-06-15T13:55:50.7157963Z    Compiling proc-macro2 v1.0.106
2026-06-15T13:55:50.7158315Z    Compiling unicode-ident v1.0.24
2026-06-15T13:55:50.7159292Z    Compiling quote v1.0.45
2026-06-15T13:55:50.7159505Z    Compiling cfg-if v1.0.4
2026-06-15T13:55:50.7159731Z    Compiling serde_core v1.0.228
2026-06-15T13:55:50.7159934Z    Compiling serde v1.0.228
2026-06-15T13:55:50.7160137Z    Compiling windows-link v0.2.1
2026-06-15T13:55:50.7160422Z    Compiling portable-atomic v1.13.1
2026-06-15T13:55:50.7160710Z    Compiling getrandom v0.3.4
2026-06-15T13:55:50.7161069Z    Compiling typenum v1.20.1
2026-06-15T13:55:50.7161476Z    Compiling version_check v0.9.5
2026-06-15T13:55:50.7162104Z    Compiling pin-project-lite v0.2.17
2026-06-15T13:55:50.7162612Z    Compiling critical-section v1.2.0
2026-06-15T13:55:50.7163129Z    Compiling memchr v2.8.1
2026-06-15T13:55:50.7163650Z    Compiling shlex v2.0.1
2026-06-15T13:55:50.7164017Z    Compiling find-msvc-tools v0.1.9
2026-06-15T13:55:50.8194348Z    Compiling windows-sys v0.61.2
2026-06-15T13:55:50.8228028Z    Compiling subtle v2.6.1
2026-06-15T13:55:50.8742521Z    Compiling futures-core v0.3.32
2026-06-15T13:55:50.8742994Z    Compiling equivalent v1.0.2
2026-06-15T13:55:50.8762678Z    Compiling smallvec v1.15.1
2026-06-15T13:55:50.9682088Z    Compiling bytes v1.11.1
2026-06-15T13:55:50.9682651Z    Compiling itoa v1.0.18
2026-06-15T13:55:51.0256510Z    Compiling semver v1.0.28
2026-06-15T13:55:51.0397635Z    Compiling stable_deref_trait v1.2.1
2026-06-15T13:55:51.0839082Z    Compiling generic-array v0.14.7
2026-06-15T13:55:51.0993401Z    Compiling log v0.4.32
2026-06-15T13:55:51.1105043Z    Compiling slab v0.4.12
2026-06-15T13:55:51.1535494Z    Compiling futures-sink v0.3.32
2026-06-15T13:55:51.1837540Z    Compiling futures-io v0.3.32
2026-06-15T13:55:51.2536630Z    Compiling rustc_version v0.4.1
2026-06-15T13:55:51.3039752Z    Compiling futures-channel v0.3.32
2026-06-15T13:55:51.3276931Z    Compiling hashbrown v0.17.1
2026-06-15T13:55:51.3425474Z    Compiling futures-task v0.3.32
2026-06-15T13:55:51.3596375Z    Compiling rustversion v1.0.22
2026-06-15T13:55:51.3901364Z    Compiling getrandom v0.2.17
2026-06-15T13:55:51.5122725Z    Compiling cpufeatures v0.2.17
2026-06-15T13:55:51.5628267Z    Compiling fnv v1.0.7
2026-06-15T13:55:51.5866851Z    Compiling libc v0.2.186
2026-06-15T13:55:51.6432830Z    Compiling jobserver v0.1.34
2026-06-15T13:55:51.6433296Z    Compiling cfg_aliases v0.2.1
2026-06-15T13:55:51.6587599Z    Compiling rand_core v0.10.1
2026-06-15T13:55:51.6588073Z    Compiling strsim v0.11.1
2026-06-15T13:55:51.6641095Z    Compiling litemap v0.8.2
2026-06-15T13:55:51.7460246Z    Compiling autocfg v1.5.1
2026-06-15T13:55:51.7528389Z    Compiling writeable v0.6.3
2026-06-15T13:55:51.7747616Z    Compiling icu_properties_data v2.2.0
2026-06-15T13:55:51.7829691Z    Compiling ident_case v1.0.1
2026-06-15T13:55:51.7951839Z    Compiling getrandom v0.4.2
2026-06-15T13:55:51.8295312Z    Compiling cc v1.2.63
2026-06-15T13:55:51.8805841Z    Compiling dunce v1.0.5
2026-06-15T13:55:51.8908150Z    Compiling utf8_iter v1.0.4
2026-06-15T13:55:52.0277711Z    Compiling indexmap v2.14.0
2026-06-15T13:55:52.0426290Z    Compiling fs_extra v1.3.0
2026-06-15T13:55:52.0610723Z    Compiling icu_normalizer_data v2.2.0
2026-06-15T13:55:52.0696640Z    Compiling percent-encoding v2.3.2
2026-06-15T13:55:52.2117538Z    Compiling syn v2.0.117
2026-06-15T13:55:52.2723728Z    Compiling http v1.4.1
2026-06-15T13:55:52.2915585Z    Compiling unicode-segmentation v1.13.3
2026-06-15T13:55:52.3134709Z    Compiling crypto-common v0.1.7
2026-06-15T13:55:52.3397293Z    Compiling aws-lc-rs v1.17.0
2026-06-15T13:55:52.3416971Z    Compiling thiserror v2.0.18
2026-06-15T13:55:52.3543300Z    Compiling cpufeatures v0.3.0
2026-06-15T13:55:52.3885580Z    Compiling scopeguard v1.2.0
2026-06-15T13:55:52.4615482Z    Compiling lock_api v0.4.14
2026-06-15T13:55:52.4657646Z    Compiling chacha20 v0.10.0
2026-06-15T13:55:52.4923592Z    Compiling block-buffer v0.10.4
2026-06-15T13:55:52.5027752Z    Compiling form_urlencoded v1.2.2
2026-06-15T13:55:52.5407994Z    Compiling untrusted v0.9.0
2026-06-15T13:55:52.6402798Z    Compiling bitflags v2.12.1
2026-06-15T13:55:52.6634003Z    Compiling cmake v0.1.58
2026-06-15T13:55:52.6693676Z    Compiling digest v0.10.7
2026-06-15T13:55:52.7196191Z    Compiling rand v0.10.1
2026-06-15T13:55:52.7266370Z    Compiling num-traits v0.2.19
2026-06-15T13:55:52.7396115Z    Compiling windows-strings v0.5.1
2026-06-15T13:55:52.7829782Z    Compiling windows-result v0.4.1
2026-06-15T13:55:52.7968098Z    Compiling heck v0.5.0
2026-06-15T13:55:52.8265880Z    Compiling rustls v0.23.40
2026-06-15T13:55:52.8544305Z    Compiling convert_case v0.10.0
2026-06-15T13:55:52.8901524Z    Compiling unicode-xid v0.2.6
2026-06-15T13:55:52.8973114Z    Compiling anyhow v1.0.102
2026-06-15T13:55:52.9964885Z    Compiling atomic-waker v1.1.2
2026-06-15T13:55:53.0306195Z    Compiling const-oid v0.10.2
2026-06-15T13:55:53.0600926Z    Compiling httparse v1.10.1
2026-06-15T13:55:53.1359000Z    Compiling zerocopy v0.8.50
2026-06-15T13:55:53.1359492Z    Compiling parking_lot_core v0.9.12
2026-06-15T13:55:53.1459974Z    Compiling http-body v1.0.1
2026-06-15T13:55:53.1460433Z    Compiling hybrid-array v0.4.12
2026-06-15T13:55:53.1638601Z    Compiling curve25519-dalek v4.1.3
2026-06-15T13:55:53.2600731Z    Compiling ahash v0.8.12
2026-06-15T13:55:53.2927930Z    Compiling fastrand v2.4.1
2026-06-15T13:55:53.3349400Z    Compiling base64ct v1.8.3
2026-06-15T13:55:53.5247359Z    Compiling either v1.16.0
2026-06-15T13:55:53.5297580Z    Compiling powerfmt v0.2.0
2026-06-15T13:55:53.6394619Z    Compiling pem-rfc7468 v1.0.0
2026-06-15T13:55:53.7031435Z    Compiling aws-lc-sys v0.41.0
2026-06-15T13:55:53.7214181Z    Compiling ring v0.17.14
2026-06-15T13:55:53.7318417Z    Compiling deranged v0.5.8
2026-06-15T13:55:53.7874493Z    Compiling rand_core v0.6.4
2026-06-15T13:55:53.7939556Z    Compiling pkg-config v0.3.33
2026-06-15T13:55:53.8045181Z    Compiling num-conv v0.2.2
2026-06-15T13:55:53.8631896Z    Compiling tower-service v0.3.3
2026-06-15T13:55:54.0175852Z    Compiling tinyvec_macros v0.1.1
2026-06-15T13:55:54.0213891Z    Compiling try-lock v0.2.5
2026-06-15T13:55:54.0299378Z    Compiling vcpkg v0.2.15
2026-06-15T13:55:54.0870583Z    Compiling data-encoding v2.11.0
2026-06-15T13:55:54.1011089Z    Compiling zmij v1.0.21
2026-06-15T13:55:54.1024950Z    Compiling time-core v0.1.8
2026-06-15T13:55:54.1063563Z    Compiling base64 v0.22.1
2026-06-15T13:55:54.1922870Z    Compiling want v0.3.1
2026-06-15T13:55:54.2179317Z    Compiling tinyvec v1.11.0
2026-06-15T13:55:54.2217692Z    Compiling parking_lot v0.12.5
2026-06-15T13:55:54.2960206Z    Compiling block-buffer v0.12.0
2026-06-15T13:55:54.3057116Z    Compiling crypto-common v0.2.2
2026-06-15T13:55:54.4147898Z    Compiling sha2 v0.10.9
2026-06-15T13:55:54.5179795Z    Compiling vergen-lib v9.1.0
2026-06-15T13:55:54.5765393Z    Compiling inout v0.1.4
2026-06-15T13:55:54.6250737Z    Compiling n0-future v0.3.2
2026-06-15T13:55:54.6308264Z    Compiling crossbeam-utils v0.8.21
2026-06-15T13:55:54.6320298Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-15T13:55:54.8273264Z    Compiling winapi v0.3.9
2026-06-15T13:55:54.8293473Z    Compiling serde_json v1.0.150
2026-06-15T13:55:54.8635851Z    Compiling signature v2.2.0
2026-06-15T13:55:54.9445252Z    Compiling diatomic-waker v0.2.3
2026-06-15T13:55:54.9752031Z    Compiling winnow v1.0.3
2026-06-15T13:55:55.0315571Z    Compiling parking v2.2.1
2026-06-15T13:55:55.0322541Z    Compiling spin v0.10.0
2026-06-15T13:55:55.0403604Z    Compiling httpdate v1.0.3
2026-06-15T13:55:55.0403995Z    Compiling libsqlite3-sys v0.30.1
2026-06-15T13:55:55.1022535Z    Compiling cordyceps v0.3.4
2026-06-15T13:55:55.1249336Z    Compiling futures-lite v2.6.1
2026-06-15T13:55:55.1540949Z    Compiling digest v0.11.3
2026-06-15T13:55:55.3619646Z    Compiling futures-buffered v0.2.13
2026-06-15T13:55:55.3893063Z    Compiling ed25519 v2.2.3
2026-06-15T13:55:55.4397558Z    Compiling cipher v0.4.4
2026-06-15T13:55:55.4835947Z    Compiling vergen v9.1.0
2026-06-15T13:55:55.5009917Z    Compiling vergen-lib v0.1.6
2026-06-15T13:55:55.5435557Z    Compiling universal-hash v0.5.1
2026-06-15T13:55:55.6710038Z    Compiling noq-udp v0.10.0
2026-06-15T13:55:55.7392372Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-15T13:55:55.7542704Z    Compiling heapless v0.7.17
2026-06-15T13:55:55.7543980Z    Compiling sync_wrapper v1.0.2
2026-06-15T13:55:55.7708333Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-15T13:55:55.8175096Z    Compiling opaque-debug v0.3.1
2026-06-15T13:55:55.8779029Z    Compiling allocator-api2 v0.2.21
2026-06-15T13:55:55.8823982Z    Compiling synstructure v0.13.2
2026-06-15T13:55:55.9195567Z    Compiling darling_core v0.20.11
2026-06-15T13:55:55.9202553Z    Compiling byteorder v1.5.0
2026-06-15T13:55:56.0371292Z    Compiling polyval v0.6.2
2026-06-15T13:55:56.1008961Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-15T13:55:56.1169614Z    Compiling hash32 v0.2.1
2026-06-15T13:55:56.3020879Z    Compiling vergen-gitcl v1.0.8
2026-06-15T13:55:56.3489714Z    Compiling spin v0.9.8
2026-06-15T13:55:56.3748194Z    Compiling windows-threading v0.2.1
2026-06-15T13:55:56.3748667Z    Compiling signature v3.0.0
2026-06-15T13:55:56.5044557Z    Compiling ryu v1.0.23
2026-06-15T13:55:56.5055902Z    Compiling fallible-iterator v0.3.0
2026-06-15T13:55:56.5260167Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-15T13:55:56.5891807Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-15T13:55:56.6768309Z    Compiling tower-layer v0.3.3
2026-06-15T13:55:56.7829714Z    Compiling windows-targets v0.52.6
2026-06-15T13:55:56.8751317Z    Compiling ghash v0.5.1
2026-06-15T13:55:56.8825247Z    Compiling ctr v0.9.2
2026-06-15T13:55:56.9053715Z    Compiling aes v0.8.4
2026-06-15T13:55:56.9073689Z    Compiling sha2 v0.11.0-rc.5
2026-06-15T13:55:56.9682449Z    Compiling time v0.3.47
2026-06-15T13:55:57.0216274Z    Compiling http-body-util v0.1.3
2026-06-15T13:55:57.1200826Z    Compiling aead v0.5.2
2026-06-15T13:55:57.2354306Z    Compiling proc-macro-crate v3.5.0
2026-06-15T13:55:57.3382928Z    Compiling widestring v1.2.1
2026-06-15T13:55:57.3599207Z    Compiling ipconfig v0.3.4
2026-06-15T13:55:57.6380030Z    Compiling aes-gcm v0.10.3
2026-06-15T13:55:57.6768239Z    Compiling windows-sys v0.59.0
2026-06-15T13:55:57.8166418Z    Compiling crossbeam-channel v0.5.15
2026-06-15T13:55:57.8551658Z    Compiling crossbeam-epoch v0.9.18
2026-06-15T13:55:57.8702499Z    Compiling blake3 v1.8.5
2026-06-15T13:55:57.9029599Z    Compiling windows-registry v0.6.1
2026-06-15T13:55:57.9996622Z    Compiling uuid v1.23.2
2026-06-15T13:55:58.0205103Z    Compiling memoffset v0.6.5
2026-06-15T13:55:58.1028279Z    Compiling noq v0.18.0
2026-06-15T13:55:58.2518738Z    Compiling netwatch v0.16.0
2026-06-15T13:55:58.2911267Z    Compiling acto v0.8.2
2026-06-15T13:55:58.3023625Z    Compiling tagptr v0.2.0
2026-06-15T13:55:58.3209323Z    Compiling serde_derive v1.0.228
2026-06-15T13:55:58.3466364Z    Compiling zeroize_derive v1.4.3
2026-06-15T13:55:58.4332250Z    Compiling zerofrom-derive v0.1.7
2026-06-15T13:55:58.4334324Z    Compiling tokio-macros v2.7.0
2026-06-15T13:55:58.4428839Z    Compiling yoke-derive v0.8.2
2026-06-15T13:55:58.4955173Z    Compiling socket2 v0.6.4
2026-06-15T13:55:58.5007073Z    Compiling mio v1.2.1
2026-06-15T13:55:58.5868756Z    Compiling futures-macro v0.3.32
2026-06-15T13:55:58.5984111Z    Compiling zerovec-derive v0.11.3
2026-06-15T13:55:58.8135790Z    Compiling displaydoc v0.2.6
2026-06-15T13:55:58.9513556Z    Compiling tracing-attributes v0.1.31
2026-06-15T13:55:58.9976526Z    Compiling zeroize v1.8.2
2026-06-15T13:55:59.0349011Z    Compiling thiserror-impl v2.0.18
2026-06-15T13:55:59.1499699Z    Compiling tokio v1.52.3
2026-06-15T13:55:59.1500260Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-15T13:55:59.3370274Z    Compiling rustls-pki-types v1.14.1
2026-06-15T13:55:59.4697639Z    Compiling futures-util v0.3.32
2026-06-15T13:55:59.6887467Z    Compiling darling_macro v0.20.11
2026-06-15T13:55:59.6954367Z    Compiling derive_more-impl v2.1.1
2026-06-15T13:55:59.7314198Z    Compiling spez v0.1.2
2026-06-15T13:55:59.7866195Z    Compiling windows-interface v0.59.3
2026-06-15T13:55:59.8517540Z    Compiling windows-implement v0.60.2
2026-06-15T13:55:59.8518039Z    Compiling n0-error-macros v0.1.3
2026-06-15T13:55:59.9884687Z    Compiling zerofrom v0.1.8
2026-06-15T13:56:00.1380572Z    Compiling darling v0.20.11
2026-06-15T13:56:00.1987539Z    Compiling der v0.8.0-rc.10
2026-06-15T13:56:00.3436678Z    Compiling yoke v0.8.3
2026-06-15T13:56:00.4381247Z    Compiling derive_builder_core v0.20.2
2026-06-15T13:56:00.5724942Z    Compiling pin-project-internal v1.1.13
2026-06-15T13:56:00.7239268Z    Compiling zerovec v0.11.6
2026-06-15T13:56:00.7901559Z    Compiling zerotrie v0.2.4
2026-06-15T13:56:00.7912899Z    Compiling cobs v0.3.0
2026-06-15T13:56:00.8396093Z    Compiling postcard-derive v0.2.2
2026-06-15T13:56:00.8782901Z    Compiling windows-core v0.62.2
2026-06-15T13:56:00.9485377Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-15T13:56:00.9622154Z    Compiling n0-error v0.1.3
2026-06-15T13:56:01.0098316Z    Compiling enum-assoc v1.3.0
2026-06-15T13:56:01.2352801Z    Compiling spki v0.8.0-rc.4
2026-06-15T13:56:01.3660407Z    Compiling tinystr v0.8.3
2026-06-15T13:56:01.4284017Z    Compiling potential_utf v0.1.5
2026-06-15T13:56:01.4335219Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-15T13:56:01.4780602Z    Compiling ed25519-dalek v2.2.0
2026-06-15T13:56:01.5724027Z    Compiling icu_locale_core v2.2.0
2026-06-15T13:56:01.5776214Z    Compiling icu_collections v2.2.0
2026-06-15T13:56:01.5777426Z    Compiling derive_builder_macro v0.20.2
2026-06-15T13:56:01.6117399Z    Compiling windows-future v0.3.2
2026-06-15T13:56:01.6449071Z    Compiling windows-collections v0.3.2
2026-06-15T13:56:01.7566603Z    Compiling spt-proto v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-15T13:56:01.8182129Z    Compiling pin-project v1.1.13
2026-06-15T13:56:01.8182882Z    Compiling windows-numerics v0.3.1
2026-06-15T13:56:01.8656103Z    Compiling data-encoding-macro v0.1.20
2026-06-15T13:56:02.0163956Z    Compiling derive_builder v0.20.2
2026-06-15T13:56:02.0164893Z    Compiling iroh-metrics-derive v0.4.1
2026-06-15T13:56:02.0475228Z    Compiling num_enum_derive v0.7.6
2026-06-15T13:56:02.0570865Z    Compiling strum_macros v0.28.0
2026-06-15T13:56:02.0614026Z    Compiling async-trait v0.1.89
2026-06-15T13:56:02.1156133Z    Compiling ref-cast v1.0.25
2026-06-15T13:56:02.2014019Z    Compiling windows v0.62.2
2026-06-15T13:56:02.2553247Z    Compiling futures-executor v0.3.32
2026-06-15T13:56:02.4197799Z    Compiling icu_provider v2.2.0
2026-06-15T13:56:02.5146789Z    Compiling futures v0.3.32
2026-06-15T13:56:02.5969450Z    Compiling lru-slab v0.1.2
2026-06-15T13:56:02.6053607Z    Compiling foldhash v0.2.0
2026-06-15T13:56:02.7044541Z    Compiling icu_properties v2.2.0
2026-06-15T13:56:02.7639553Z    Compiling icu_normalizer v2.2.0
2026-06-15T13:56:02.7702596Z    Compiling ipnet v2.12.0
2026-06-15T13:56:02.9666868Z    Compiling ed25519 v3.0.0-rc.4
2026-06-15T13:56:03.1677378Z    Compiling once_cell v1.21.4
2026-06-15T13:56:03.1710368Z    Compiling tokio-util v0.7.18
2026-06-15T13:56:03.1825345Z    Compiling prefix-trie v0.8.4
2026-06-15T13:56:03.2434729Z    Compiling tower v0.5.3
2026-06-15T13:56:03.4003161Z    Compiling tracing-core v0.1.36
2026-06-15T13:56:03.4400809Z    Compiling postcard v1.1.3
2026-06-15T13:56:03.5746593Z    Compiling hashbrown v0.14.5
2026-06-15T13:56:03.6317077Z    Compiling chrono v0.4.45
2026-06-15T13:56:03.7527028Z    Compiling derive_more v2.1.1
2026-06-15T13:56:03.7863805Z    Compiling tracing v0.1.44
2026-06-15T13:56:03.8217577Z    Compiling xml-rs v0.8.28
2026-06-15T13:56:03.8537812Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-15T13:56:03.9619527Z    Compiling idna_adapter v1.2.2
2026-06-15T13:56:04.1013009Z    Compiling idna v1.1.0
2026-06-15T13:56:04.1254119Z    Compiling h2 v0.4.14
2026-06-15T13:56:04.2048174Z    Compiling hashlink v0.9.1
2026-06-15T13:56:04.2225870Z    Compiling rustc-hash v2.1.2
2026-06-15T13:56:04.3463773Z    Compiling mac-addr v0.3.0
2026-06-15T13:56:04.3502109Z    Compiling thiserror v1.0.69
2026-06-15T13:56:04.3789035Z    Compiling identity-hash v0.1.0
2026-06-15T13:56:04.4083007Z    Compiling url v2.5.8
2026-06-15T13:56:04.4709821Z    Compiling sorted-index-buffer v0.2.1
2026-06-15T13:56:04.4896928Z    Compiling rusqlite v0.32.1
2026-06-15T13:56:04.5538919Z    Compiling netdev v0.42.0
2026-06-15T13:56:04.5867447Z    Compiling strum v0.28.0
2026-06-15T13:56:04.6392810Z    Compiling iroh-relay v0.98.0
2026-06-15T13:56:04.6796095Z    Compiling xmltree v0.10.3
2026-06-15T13:56:04.7376498Z    Compiling n0-watcher v0.6.1
2026-06-15T13:56:04.8924991Z    Compiling iroh-metrics v0.38.3
2026-06-15T13:56:04.9278972Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-15T13:56:04.9541087Z    Compiling iroh-base v0.98.0
2026-06-15T13:56:04.9597072Z    Compiling attohttpc v0.30.1
2026-06-15T13:56:05.0318171Z    Compiling tower-http v0.6.11
2026-06-15T13:56:05.1611012Z    Compiling tokio-stream v0.1.18
2026-06-15T13:56:05.3165287Z    Compiling num_enum v0.7.6
2026-06-15T13:56:05.3165742Z    Compiling moka v0.12.15
2026-06-15T13:56:05.4107730Z    Compiling spt-store v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-15T13:56:05.5111726Z    Compiling hashbrown v0.16.1
2026-06-15T13:56:05.5409444Z    Compiling serde_spanned v0.6.9
2026-06-15T13:56:05.5940344Z    Compiling toml_datetime v0.6.11
2026-06-15T13:56:05.8781277Z    Compiling thiserror-impl v1.0.69
2026-06-15T13:56:05.9101740Z    Compiling ref-cast-impl v1.0.25
2026-06-15T13:56:06.1405722Z    Compiling serde_derive_internals v0.29.1
2026-06-15T13:56:06.1691379Z    Compiling simple-dns v0.9.3
2026-06-15T13:56:06.1713506Z    Compiling serial-core v0.4.0
2026-06-15T13:56:06.2176087Z    Compiling aho-corasick v1.1.4
2026-06-15T13:56:06.2202749Z    Compiling regex-syntax v0.8.10
2026-06-15T13:56:06.3856924Z    Compiling arrayref v0.3.9
2026-06-15T13:56:06.4952704Z    Compiling sha1_smol v1.0.1
2026-06-15T13:56:06.6455886Z    Compiling arrayvec v0.7.6
2026-06-15T13:56:06.7217013Z    Compiling constant_time_eq v0.4.2
2026-06-15T13:56:06.7535832Z    Compiling resolv-conf v0.7.6
2026-06-15T13:56:06.8422054Z    Compiling winnow v0.7.15
2026-06-15T13:56:06.9108811Z    Compiling smol_str v0.1.24
2026-06-15T13:56:07.1179753Z    Compiling toml_write v0.1.2
2026-06-15T13:56:07.2210766Z    Compiling spt-msg v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-15T13:56:07.2220211Z    Compiling simdutf8 v0.1.5
2026-06-15T13:56:07.3089243Z    Compiling winreg v0.10.1
2026-06-15T13:56:07.4653437Z    Compiling schemars_derive v1.2.1
2026-06-15T13:56:07.6229464Z    Compiling iroh-dns v0.98.0
2026-06-15T13:56:07.6826373Z    Compiling serial-windows v0.4.0
2026-06-15T13:56:07.7847262Z    Compiling hyper v1.10.1
2026-06-15T13:56:07.8717342Z    Compiling lru v0.16.4
2026-06-15T13:56:08.0571827Z    Compiling regex-automata v0.4.14
2026-06-15T13:56:08.0628033Z    Compiling webpki-roots v1.0.7
2026-06-15T13:56:08.1621367Z    Compiling seize v0.5.1
2026-06-15T13:56:08.2895256Z    Compiling darling_core v0.23.0
2026-06-15T13:56:08.3475869Z    Compiling serde_bytes v0.11.19
2026-06-15T13:56:08.3788759Z    Compiling hmac v0.12.1
2026-06-15T13:56:08.5094210Z    Compiling toml_edit v0.22.27
2026-06-15T13:56:08.5596644Z    Compiling iroh v0.98.2
2026-06-15T13:56:08.6147857Z    Compiling anstyle v1.0.14
2026-06-15T13:56:08.6389662Z    Compiling utf8parse v0.2.2
2026-06-15T13:56:08.7244150Z    Compiling cmov v0.5.4
2026-06-15T13:56:08.7517803Z    Compiling lazy_static v1.5.0
2026-06-15T13:56:08.8821957Z    Compiling bitflags v1.3.2
2026-06-15T13:56:08.9053457Z    Compiling once_cell_polyfill v1.70.2
2026-06-15T13:56:08.9203125Z    Compiling pin-utils v0.1.0
2026-06-15T13:56:08.9511188Z    Compiling dyn-clone v1.0.20
2026-06-15T13:56:08.9679853Z    Compiling nix v0.25.1
2026-06-15T13:56:09.0007996Z    Compiling hyper-util v0.1.20
2026-06-15T13:56:09.0092695Z    Compiling anstyle-wincon v3.0.11
2026-06-15T13:56:09.0932512Z    Compiling ctutils v0.4.2
2026-06-15T13:56:09.1421242Z    Compiling shared_library v0.1.9
2026-06-15T13:56:09.2337679Z    Compiling schemars v1.2.1
2026-06-15T13:56:09.3247675Z    Compiling anstyle-parse v1.0.0
2026-06-15T13:56:09.3414091Z    Compiling hkdf v0.12.4
2026-06-15T13:56:09.4256453Z    Compiling papaya v0.2.4
2026-06-15T13:56:09.4453216Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-15T13:56:09.5321944Z    Compiling serial v0.4.0
2026-06-15T13:56:09.6665981Z    Compiling filedescriptor v0.8.3
2026-06-15T13:56:09.8413333Z    Compiling backon v1.6.0
2026-06-15T13:56:09.8698202Z    Compiling anstyle-query v1.1.5
2026-06-15T13:56:09.9039656Z    Compiling paste v1.0.15
2026-06-15T13:56:10.0013089Z    Compiling shell-words v1.1.1
2026-06-15T13:56:10.0451955Z    Compiling regex v1.12.3
2026-06-15T13:56:10.0922901Z    Compiling downcast-rs v1.2.1
2026-06-15T13:56:10.1246186Z    Compiling instability v0.3.12
2026-06-15T13:56:10.1332277Z    Compiling foldhash v0.1.5
2026-06-15T13:56:10.1937559Z    Compiling colorchoice v1.0.5
2026-06-15T13:56:10.2323454Z    Compiling is_terminal_polyfill v1.70.2
2026-06-15T13:56:10.2571885Z    Compiling hashbrown v0.15.5
2026-06-15T13:56:10.3065563Z    Compiling toml v0.8.23
2026-06-15T13:56:10.3080444Z    Compiling anstream v1.0.0
2026-06-15T13:56:10.3362329Z    Compiling portable-pty v0.8.1
2026-06-15T13:56:10.3419041Z    Compiling igd-next v0.17.1
2026-06-15T13:56:10.4287836Z    Compiling spake2 v0.4.0
2026-06-15T13:56:10.6936284Z    Compiling terminal_size v0.4.4
2026-06-15T13:56:10.8249126Z    Compiling spt-runtime v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-15T13:56:10.8339548Z    Compiling strum_macros v0.26.4
2026-06-15T13:56:10.8489691Z    Compiling crossterm_winapi v0.9.1
2026-06-15T13:56:10.9559201Z    Compiling itertools v0.13.0
2026-06-15T13:56:11.2331933Z    Compiling sha1 v0.10.6
2026-06-15T13:56:11.3225156Z    Compiling castaway v0.2.4
2026-06-15T13:56:11.3789900Z    Compiling clap_lex v1.1.0
2026-06-15T13:56:11.4398786Z    Compiling doctest-file v1.1.1
2026-06-15T13:56:11.4777875Z    Compiling static_assertions v1.1.0
2026-06-15T13:56:11.5237136Z    Compiling wmi v0.18.4
2026-06-15T13:56:11.5714394Z    Compiling darling_macro v0.23.0
2026-06-15T13:56:11.6584072Z    Compiling unicode-width v0.1.14
2026-06-15T13:56:11.6957161Z    Compiling recvmsg v1.0.0
2026-06-15T13:56:11.7477670Z    Compiling indoc v2.0.7
2026-06-15T13:56:11.9149698Z    Compiling interprocess v2.4.2
2026-06-15T13:56:11.9628625Z    Compiling compact_str v0.8.2
2026-06-15T13:56:11.9952341Z    Compiling darling v0.23.0
2026-06-15T13:56:12.0327970Z    Compiling clap_builder v4.6.0
2026-06-15T13:56:12.1908905Z    Compiling crossterm v0.28.1
2026-06-15T13:56:12.7337287Z    Compiling spt-live v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-15T13:56:13.2116550Z    Compiling portmapper v0.16.0
2026-06-15T13:56:13.2900940Z    Compiling unicode-truncate v1.1.0
2026-06-15T13:56:13.4252843Z    Compiling lru v0.12.5
2026-06-15T13:56:13.5210720Z    Compiling spt-term v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-15T13:56:13.5757394Z    Compiling clap_derive v4.6.1
2026-06-15T13:56:13.6008378Z    Compiling unicode-width v0.2.0
2026-06-15T13:56:13.6861505Z    Compiling strum v0.26.3
2026-06-15T13:56:13.6995266Z    Compiling cassowary v0.3.0
2026-06-15T13:56:13.8363421Z    Compiling nucleo-matcher v0.3.1
2026-06-15T13:56:13.9130442Z    Compiling qrcode v0.14.1
2026-06-15T13:56:13.9432417Z    Compiling tempfile v3.27.0
2026-06-15T13:56:14.9317012Z    Compiling ratatui v0.29.0
2026-06-15T13:56:15.3799098Z    Compiling clap v4.6.1
2026-06-15T13:56:25.6937714Z    Compiling rustls-webpki v0.103.13
2026-06-15T13:56:27.8669975Z    Compiling tokio-rustls v0.26.4
2026-06-15T13:56:27.8670376Z    Compiling rustls-platform-verifier v0.7.0
2026-06-15T13:56:27.8670622Z    Compiling noq-proto v0.17.0
2026-06-15T13:56:28.0039934Z    Compiling hyper-rustls v0.27.9
2026-06-15T13:56:28.0040266Z    Compiling hickory-net v0.26.0-beta.4
2026-06-15T13:56:28.0041366Z    Compiling tokio-websockets v0.13.2
2026-06-15T13:56:28.1510021Z    Compiling reqwest v0.13.4
2026-06-15T13:56:29.0231543Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-15T13:56:44.6762410Z    Compiling spt-net v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-15T13:56:45.9718953Z    Compiling spt-daemon v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-15T13:56:53.3765521Z    Compiling spt v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-15T13:56:59.6578067Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 09s
2026-06-15T13:56:59.6799118Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-59a3dac163967e66.exe)
2026-06-15T13:56:59.7322189Z 
2026-06-15T13:56:59.7322583Z running 1 test
2026-06-15T13:57:06.8444859Z test new_brain_serves_against_old_broker ... ok
2026-06-15T13:57:06.8445113Z 
2026-06-15T13:57:06.8445312Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.11s
2026-06-15T13:57:06.8445542Z 
